home *** CD-ROM | disk | FTP | other *** search
/ Graphics Interactive / Graphics Interactive.iso / anidrv / readme.txt < prev   
Text File  |  1991-10-14  |  4KB  |  121 lines

  1.     Autodesk MCI Animation Driver
  2.  
  3. Full Screen:
  4.  
  5. In order to use the 320x200 fullscreen feature on VGA displays, the
  6. WIN.INI file must be updated. The following lines should be added.
  7.  
  8.     [AAPLAY Animation]
  9.     FullScreen=AAVGA.DLL
  10.  
  11. Other settings in the [AAPLAY Animation] Section:
  12.  
  13. DualScreen=xxx: Can be yes or no. No indicates that windows is using
  14. the VGA, and the full screen driver must share the VGA with windows.
  15. Yes indicates that the Windows is using a monitor other than the VGA
  16. and the driver does not need to share the VGA with Windows. Default
  17. is no.
  18.  
  19. HardwareDirect=xxx: Can be yes or no. Yes causes the full screen
  20. driver to directly access the VGA hardware for playing the animation.
  21. No causes the full screen driver to use the Microsoft supplied
  22. DisplayDIB function to play the animation. DisplayDIB is supposed to
  23. be version independant, but it disables all Windows tasks other than
  24. the current task, which causes MCI sound to fail. Default is yes.
  25.  
  26. Implementatin Dependant Behavior
  27.  
  28. The install sets the Autodesk Animation Driver as Animation1.
  29.  
  30.  
  31. capability:    returns driver capabilities
  32.     can eject - returns false
  33.     can play - returns true
  34.     can record returns false
  35.     can reverse - returns false
  36.     can save - returns false
  37.     can stretch - returns false
  38.     compound device - returns true
  39.     device type - return "animation"
  40.     fast play rate - returns 25
  41.     normal play rate - returns 15
  42.     has audio - returns true
  43.     has video - returns true
  44.     slow play rate - returns 8
  45.     uses files - returns true
  46.     uses palettes - returns false
  47.     windows - returns 8
  48.  
  49. close:    Closes the animation
  50.  
  51. info:    returns animation information
  52.     file - returns animation name
  53.     product - returns "Autodesk Animator (TM) Animation"
  54.     window text - returns current animation caption
  55.  
  56. open:    opens an animation
  57.     alias xxxx - sets alias
  58.     nostatic - returns not supported error
  59.     parent hwnd - set parent window. If hwnd is 0, will create
  60.               a full screen animation
  61.     shareable - returns not supported error
  62.     style xxxx - sets animation window style
  63.     type xxxx - sets MCI type to animation
  64.  
  65. pause:    Pauses playing animation
  66.  
  67. play:    plays an animation
  68.     fast - plays animation at twice designed speed.
  69.     from xxx - starts animation at frame xxx.
  70.     to xxx - stops animation at frame xxx.
  71.     reverse - returns not supported error.
  72.     scan - returns not supported error.
  73.     slow - plays animation at half designed speed.
  74.     speed xxx - playes animation at requested speed.
  75.  
  76. put:    places the animation on the screen. Default centers animation
  77.     on screen.
  78.     destination at x y h w - positions animation on screen.
  79.     source at x y w h - sets visible portion of animation.
  80.                 souce at 0 0 0 0 will show entire
  81.                 animation.
  82.  
  83. realize:    returns not supported error.
  84.  
  85. set:    Sets driver items. Returns not supported except for:
  86.     time format frames - time format must be frames.
  87.  
  88. status:    returns status of animation
  89.     current track - returns 1
  90.     forward - returns true
  91.     length - returns length of animation in frames. Not supported
  92.          for animation scripts.
  93.     media present - returns true
  94.     mode - returns "pause", "play" or "stop"
  95.     number of tracks - returns 1
  96.     palette handle - returns not supported error
  97.     position - returns current position. Not supported for
  98.            animation scripts.
  99.     ready - returns true
  100.     speed - returns animation speed.
  101.     time format - returns "frames"
  102.     window handle - return animation Window handle.
  103.  
  104. step:    Steps animation
  105.     reverse - returns not supported error
  106.     by xxxx - steps xxxx frames. Default is 1.
  107.  
  108. stop:    Stops animation.
  109.  
  110. update:    returns not supported error.
  111.  
  112. where:    returns current animation positions
  113.     destination - returns animation position on screen.
  114.     source - returns visible animation area.
  115.  
  116. window:    changes state of animation window.
  117.     handle xxxxx - returns not supported, unless xxxxx is
  118.                default.
  119.     state xxxx - changes window state.
  120.     text xxxx - changes window caption.
  121.